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

    Type Alias CreateActionResult<Schema>

    CreateActionResult: {
        defaultProps: CurrentSchemaValues<Schema>;
        namespace: Namespace;
    } & CreateActionOptions<Schema>

    Type Parameters