Skip to main content

GetGoalsResponse

type GetGoalsResponse = {
nextCursor: string | null;
results: Goal[];
};

Properties

nextCursor

nextCursor: string | null;

results

results: Goal[];