interface IServiceIPFS {
    apiKey?: string;
    apiUrl: URL;
}

Properties

Properties

apiKey?: string
apiUrl: URL

Generated using TypeDoc