interface PartDescriptor<T> {
    filename?: string;
    value: T;
}

Type Parameters

  • T

Properties

Properties

filename?: string
value: T