Type alias FormCustomPDF

FormCustomPDF: {
    id: string;
    label: string;
    mapping: FormElementMapping<{
        replaceableField: string;
    }>[];
    s3: S3Configuration;
}

Type declaration

  • id: string

    The Id of the custom PDF.

  • label: string

    The label of the custom PDF.

  • mapping: FormElementMapping<{
        replaceableField: string;
    }>[]

    The mapping for the custom PDF.

  • s3: S3Configuration

    The S3 Configuration of the custom PDF.