Amplication AST Libraries Documentation
    Preparing search index...
    interface Args {
        name: string;
        namespace: string;
        access: Access;
        partial?: boolean;
        isNestedInterface?: boolean;
    }
    Index

    Properties

    name: string

    The name of the interface

    namespace: string

    The namespace containing the interface

    access: Access

    The access level of the interface

    partial?: boolean

    Whether the interface is partial

    isNestedInterface?: boolean

    Whether this is a nested interface within another type