export interface ResourceCode {
  resource_id: number;
  resource_type: string;
  code: string;
}
