Profile
Home > @gooddata/sdk-code-convertors > Profile
Profile type
Signature:
export type Profile = {
host: string;
token: string;
workspace_id: string;
data_source?: string;
};
Home > @gooddata/sdk-code-convertors > Profile
Signature:
export type Profile = {
host: string;
token: string;
workspace_id: string;
data_source?: string;
};