AutoBE
    Preparing search index...

    Interface IAutoBeHackathonSessionConnection

    interface IAutoBeHackathonSessionConnection {
        created_at: string & Format<"date-time">;
        disconnected_at: null | string & Format<"date-time">;
        id: string;
    }
    Index

    Properties

    created_at: string & Format<"date-time">
    disconnected_at: null | string & Format<"date-time">
    id: string