Returns
An object containing the getProjectConfig function.| Name | Type |
|---|---|
getProjectConfig() | () => Promise<ProjectConfig> |
function useGetProjectConfig(): {
getProjectConfig: () => Promise<ProjectConfig>;
};
| Name | Type |
|---|---|
getProjectConfig() | () => Promise<ProjectConfig> |
Was this page helpful?