export default interface IResourceIdentifier {
    id: string;
    type: string;
}
