/** Description of ICustomProperties interface */
export interface ICustomProperties {
    /** Any keys */
    [key: string]: any;
    /** Link to this Resource - optional property */
    self?: string;
}
//# sourceMappingURL=ICustomProperties.d.ts.map