Amplication AST Libraries Documentation
    interface Args {
        name: string;
        namespace: string;
        access: Access;
        annotations?: Annotation[];
    }
    Index

    Properties

    name: string

    The name of the enum

    namespace: string

    The namespace containing the enum

    access: Access

    The access level of the enum

    annotations?: Annotation[]

    Annotations applied to the enum declaration

    MMNEPVFCICPMFPCPTTAAATR