Type Alias SourceData

SourceData: {
    id: string;
    kind: SourceKinds;
    label: string;
}