WorkspaceBillingPortalArgs
type WorkspaceBillingPortalArgs = {
flowType?: string | null;
returnUrl: string;
workspaceId: string;
};
Arguments for opening the workspace billing portal.
Properties
flowType?
optional flowType: string | null;
returnUrl
returnUrl: string;
workspaceId
workspaceId: string;