PopupResult

Signature

{
    status: 'SUCCESS' | 'ABORTED' | 'FAILED',
    result?: any,
    errors?: any[]
}

Last updated