GetGoalsArgs
type GetGoalsArgs = {
cursor?: string | null;
limit?: number;
ownerType?: GoalOwnerType;
workspaceId?: Workspace["id"];
};
Properties
cursor?
optional cursor: string | null;
limit?
optional limit: number;
ownerType?
optional ownerType: GoalOwnerType;
workspaceId?
optional workspaceId: Workspace["id"];