Type Alias NewFormKeyAssociation

NewFormKeyAssociation: {
    formId: number;
    keyId: string;
}

Type declaration

  • formId: number

    The id of the form having a key assigned to it

  • keyId: string

    The id of the key being assigned to the form