CodeCraft Auth API Docs - v0.0.0
    Preparing search index...
    type AuthSuccess<T> = {
        data: T;
        error: null;
        success: true;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T
    error: null
    success: true