interface Base64File {
    file: string;
    filename: string;
    public?: boolean;
}

Properties

Properties

file: string

String of Base64

filename: string

Name of file

public?: boolean

Make file public default: false