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

    Type Alias unitCreateOrgFormResponse201

    Create a new form under an organization.

    type unitCreateOrgFormResponse201 = {
        data: FormsForm;
        status: 201;
    }
    Index

    Properties

    Properties

    data: FormsForm
    status: 201