adobe-firefly-sdk
    Preparing search index...

    Type Alias ValidationErrorMessage

    ValidationErrorMessage

    type ValidationErrorMessage = {
        ctx?: { [key: string]: unknown };
        loc: (number | string)[];
        msg: string;
        type: string;
    }
    Index

    Properties

    Properties

    ctx?: { [key: string]: unknown }

    Ctx

    loc: (number | string)[]

    Loc

    msg: string

    Msg

    type: string

    Type