Type Alias GetObtDataOptions

GetObtDataOptions: {
    encryptKeys?: Map<string, KeysPair[]> | null;
    includeEncrypted?: boolean | null;
    limit?: number | null;
    offset?: number | null;
    tokenCode?: string | null;
}