Mayson Monorepo Documentation
    Preparing search index...

    The Application object.

    interface Application {
        id: string;
        object: "application";
        deleted?: void;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    Unique identifier for the object.

    object: "application"

    String representing the object's type. Objects of the same type share the same value.

    deleted?: void

    Always true for a deleted object

    name: string

    The name of the application.