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

    Interface FormsRecipientUser

    The basic info of a user that can receive the form.

    interface FormsRecipientUser {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string
    name: string