Type alias DeleteTokensMutation

DeleteTokensMutation: {
    deleteTokens?: (string | null)[] | null;
}

Type declaration

  • Optional deleteTokens?: (string | null)[] | null

Generated using TypeDoc