Amplication AST Libraries Documentation

    Represents a member of the enum with its name and value.

    interface Member {
        name: string;
        value: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the enum member

    value: string

    The value assigned to the enum member

    MMNEPVFCICPMFPCPTTAAATR