export class WyreUserKYCData { immediate: boolean // If true, returns immediately with a PENDING user. Default behavior is to wait up to 5 seconds for processing to complete. fields: object // Maps field IDs to their respective values scopes: string[] // Array of scopes to bias the view returned after the user is created. Only valid scope is currently TRANSFER }