유형 별칭 PropertiesTypes

속성 유형: {
    [key: string]: PropertySchema | PropertySchemaShorthand;
}

ObjectSchema.properties에 정의된 Realm 객체의 속성으로, 각 키는 속성의 이름이고 값은 PropertySchemaShorthand 또는 PropertySchema 형식의 유형입니다.

유형 선언

TypeDoc을 사용하여 생성됨