interface FormatInterface {
    namespaceFormat: string;
    textFormat: string;
    timestampFormat: string;
    typeFormat: string;
}

Properties

namespaceFormat: string
textFormat: string
timestampFormat: string
typeFormat: string