Type alias ReaderAccountUserAccountsQuery

ReaderAccountUserAccountsQuery: {
    accountUsers: {
        account: {
            id: string;
        };
    }[];
}

Type declaration

  • accountUsers: {
        account: {
            id: string;
        };
    }[]

Generated using TypeDoc