fieldnotesai
    Preparing search index...

    Provides functionality for delete user result.

    interface DeleteUserResult {
        error?: string;
        success: boolean;
        unassignedCaseCount?: number;
    }
    Index

    Properties

    error?: string
    success: boolean
    unassignedCaseCount?: number