interface GetBinConfigRequest {
    id: string;
    withRelated?: boolean;
}

Properties

Properties

id: string
withRelated?: boolean