Type Alias GetOrgsQuery

GetOrgsQuery: {
    organizations: {
        data: {
            id: string;
            name: string;
        }[];
    };
}