Type Alias ReportTemplateResponse

type ReportTemplateResponse = {
    createdAt?: string;
    createdBy?: string;
    description?: string;
    id?: string;
    metadataVersion?: number;
    name?: string;
    ownerId?: string;
    sourceAppId?: string;
    sourceAppName?: string;
    type?: "excel" | "pixelPerfect" | "html" | "powerPoint" | "word";
    updatedAt?: string;
    updatedBy?: string;
}
Index

Properties

createdAt?: string

The date and time when the template was created.

createdBy?: string
description?: string
id?: string
metadataVersion?: number
name?: string
ownerId?: string
sourceAppId?: string
sourceAppName?: string
type?: "excel" | "pixelPerfect" | "html" | "powerPoint" | "word"
updatedAt?: string
updatedBy?: string