MVFv3 API Documentation
    Preparing search index...
    EntranceAestheticKind: {
        record: Readonly<{ [Key in K[number] | "unknown"]: Key }>;
        schema: TUnsafe<EntranceAestheticKind>;
        values: readonly ("open" | "single" | "double" | "unknown")[];
    } = ...

    The type of doors an entrance has.

    Type declaration

    • record: Readonly<{ [Key in K[number] | "unknown"]: Key }>
    • schema: TUnsafe<EntranceAestheticKind>
    • values: readonly ("open" | "single" | "double" | "unknown")[]