Skip to main content

Schema type

Schema represents location and type where it's stored

Signature:

export type Schema = {
hash?: string;
url: string;
type: string;
};