brows3r — TypeScript API
    Preparing search index...

    Interface ValidationReport

    Report returned by profile_validate.

    interface ValidationReport {
        accountId?: string;
        arn?: string;
        error?: AppError;
        ok: boolean;
        profileId: string;
        providerKind: ProviderKind;
        validatedAt: number;
    }
    Index

    Properties

    accountId?: string
    arn?: string
    error?: AppError
    ok: boolean
    profileId: string
    providerKind: ProviderKind
    validatedAt: number