simplelogin-client
    Preparing search index...

    Interface ModelError

    ModelError

    interface ModelError {
        error?: string;
    }
    Index

    Properties

    Properties

    error?: string

    Error message

    ModelError