@hmiproject/helio-sdk
    Preparing search index...

    Type Alias CreateDynamicPropertyResult<Schema>

    CreateDynamicPropertyResult: {
        defaultProps: CurrentSchemaValues<Schema>;
        namespace: Namespace;
    } & CreateDynamicPropertyOptions<Schema>

    Type Parameters