ecspresso
    Preparing search index...

    Interface Entity<ComponentTypes>

    interface Entity<ComponentTypes> {
        components: Partial<ComponentTypes>;
        id: number;
    }

    Type Parameters

    • ComponentTypes
    Index

    Properties

    Properties

    components: Partial<ComponentTypes>
    id: number