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

    Type Alias viewsDuplicateFormViewResponse201

    Create a duplicate of an existing view. The new view's name defaults to the original name suffixed with '的副本'.

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

    Properties

    Properties

    status: 201