jamespot-user-api
    Preparing search index...

    Type Alias ImageFormValue

    type ImageFormValue = {
        id: number;
        imagesize?: ImageSize;
        timestamp: string;
        type: string;
    }
    Index

    Properties

    id: number
    imagesize?: ImageSize
    timestamp: string
    type: string