itotallydont·il y a 2 ans·discussfetch( accountId, true, // include disabled, true, // fetch history, true, // fetch details );typescript saves the day againfetch(accountId: AccountId, options: {includeDisabled?: boolean, history?: boolean, details?: boolean})
typescript saves the day again
fetch(accountId: AccountId, options: {includeDisabled?: boolean, history?: boolean, details?: boolean})