@oneblink/sdk-core
    Preparing search index...

    Type Alias IdResource

    type IdResource = {
        createdAt: string;
        id: number;
        updatedAt: string;
    }
    Index

    Properties

    createdAt: string

    The date and time (in ISO format) the resource was created

    id: number

    The id the resource

    updatedAt: string

    The date and time (in ISO format) the resource was last updated