@nycu-sdc/core-system-sdk
    Preparing search index...

    Type Alias viewsCreateFormViewResponse201

    Create a new view for a form with default settings. Conflict when the name is already in use.

    type viewsCreateFormViewResponse201 = {
        data: ViewsViewResponse;
        status: 201;
    }
    Index

    Properties

    Properties

    status: 201