coldbydefault-portfolio
    Preparing search index...

    Interface BlogError

    interface BlogError {
        code: string;
        field?: string;
        message: string;
    }
    Index

    Properties

    Properties

    code: string
    field?: string
    message: string